comp.compression comp.sys.mac.apps comp.sys.mac.comm comp.sys.mac.games.misc comp.sys.mac.misc macgifts@sumex-aim.stanford.edu AUTHOR: Bruce Grubb & Mike Gleason Subject: Mac-FTP-list, Version 4.1.4 From: BruceG6069@aol.com (Bruce Grubb) Here's Version 4.1.4 (Aug 15, 1996) The Mac-FTP-list lists over 200 mac anonymous ftp sites (some with notes), over 65 Mac web pages, and contains some instructions on how to use anonymous ftp and find files as well a format chart showing which programs decompress and decode which files. Also there is a section on how to use certain files. Credits: To Mike Gleason for the original Mac-FTP-list and giving me permission to continue it. To Tim Jones, reichh45@potsdam.edu, and Robert C. Best III (author of the excellent HTML editors, HTML SuperText and HTML Web Weaver) for the work that the HTML verison of the Mac FTP list possible. HTML Web Weaver is available at any good info-mac mirror in the /comm/html/ directory. World Wide Web providers take note: The html version of the mac-ftp-list is composed of four crosslinked files which CANNOT be renamed: mac-ftp-list.html, ftp-list.html, www-section.html, and site-notes.html. Changes: mathsource.wri.com is now mathsource.wolfram.com; http://www.riken.go.jp/archives/info-mac/ is now http://www.rarf.riken.go.jp/archives/info-mac/; ftp.cc.umanitoba.ca and archie.univ-rennes1.fr changed; Added sites: ftp://ftp.shadowmac.org/pub/welcome.html; ftp.maceast.com; http://www.cucug.org/mac/ Defunct sites: None; Note: Mike Gleason no longer supports this list and has given me his kind permission to continue it. Revisions posted monthly to the USENET newsgroups comp.sys.mac.comm, comp.sys.mac.misc, comp.sys.mac.apps, and comp.sys.mac.games.misc. Archives: .hqx files sumex-aim.stanford.edu {Info-Mac}, mac.archive.umich.edu, and their mirrors and http://members.aol.com/BruceG6069/mac-ftp-list414.hqx .html http://members.aol.com/BruceG6069/mac-ftp-list.html {Special thanks to Tim Jones, reichh45@potsdam.edu, and Robert C. Best III whose work made this possible} Compressed version is an .hqx file. .txt file Format chart section; format-chart-114.txt, same sites as .hqx file. FileMaker sumex-aim.stanford.edu, mac.archive.umich.edu, their mirrors, and AOL {Thanks Seastack@aol.com}. Must be in a monospaced font such as Monaco 9pt, Courier 10pt, or PC equivalent to be readable. Copyright 1996 by Bruce Grubb with document concept and portions of its text Copyright 1991 by Mike Gleason. May be freely distributed and archived. Please send newly discovered macintosh sites (with IP numbers and directories to check if possible), bug fixes, and comments to: Internet: BruceG6069@aol.com or bgrubb@acca.nmsu.edu AOL: BruceG6069 For folks new to ftp ---------------------------------------------------------------------------- The first column of stuff in the data below is the site name. Usually you can either type in the URL ftp://sitename/file/pathway/ on a Web browser or run ftp from a unix shell account and type open and then the site name. But some computers don't like the names (or don't have all of them) and prefer the next column of stuff, the IP addresses. If you try either method with the IP number and it doesn't bite, it isn't gonna work. Because of this fact the html version of this sheet used IP numbers rather than the site names. For example the wuarchive.wustl.edu URL is ftp://128.252.135.4/systems/mac/ rather than ftp://wuarchive.wustl.edu/systems/mac/. Recent IP# changes and 'dymatic addressing' have changed this practice so some sites have both: the sitename and the IP#. Most mac ftp sites have encoded their files with BinHex 4.0 which end in the suffix ".hqx". To decode these files, you can just download them to your mac and use Stuffit Expander to decode and expand them, reguardless of whether they are Stuffit (.sit) or Compact Pro (.cpt). This is much better than in the old days when you had to download a file to your mac, use Compact Pro or Stuffit to decode them, and THEN, figure which program you needed use to decompress it. On a unix shell account, ftp will prompts you for a username and password; you send "anonymous" as the username, and your email address as the password, for Mike Gleason it would be mgleason@cse.unl.edu and for me it would be bgrubb@scf.nmsu.edu. Here's a sample ftp session: % ftp ftp> open wuarchive.wustl.edu Connected to wuarchive.wustl.edu. 220 wuarchive.wustl.edu FTP server (...) ready. Name (wuarchive.wustl.edu:bgrubb): anonymous 331 Guest login ok, send your complete e-mail address as password. Password (wuarchive.wustl.edu:anonymous): bgrubb@scf.nmsu.edu 230- If your FTP client crashes or hangs shortly after login please try 230- using a dash (-) as the first character of your password. This will 230- turn off the informational messages that may be confusing your FTP 230- client. 230- 230- You are user number 221 out of a possible 225. 230- 230- All transfers to and from wuarchive are logged. If you don't like 230- this then disconnect now! 230- ftp> cd systems/mac/ ftp> get ./info-mac/help/recent-files.txt Info-MacRecentFiles ftp> get ./umich.edu/mac/00help/newfiles.txt umichRecentFiles ftp> get ./info-mac/game/cumulonimbus.hqx cn.hqx ftp> quit % sz cn.hqx Please note that there are other ways to connect to ftp sites then through a unix box. There are commercial services such as CompuServe and AOL as well as a whole host of Telnet and FTP programs for the Macintosh. A list of such programs can be found in David L. Oppenheimer's (davido@Princeton.EDU) excellent _FAQ list for comp.sys.mac.comm_ {/info-mac/comm/info/}. Keep in mind that some sites may disenable the anonymous login for a while: during certain hours of the day, for maintainance reasons, or because of too much heavy traffic. Most will tell you the reason for refusing anonymous login, but a few will say nothing more than "User anonymous unknown" or "connection refused". Keep this in mind when a site on this list results in either of these responses. Power User Notes: ---------------------------------------------------------------------------- If you want to read a file on a remote site, but don't want download it, and are not using a WWW browser, quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp will dump the file to your terminal. Also exploit ftp's pipe and shell abilities, like "get myfile.txt |more" will do the same as above, except using "more" to page the file. On the other hand, Web browsers can read these files on-line without all this hand waving. If you need to know the IP address of an ftp site, a common unix program called "nslookup" can help. With some versions, "nslookup ftp.apple.com" would spit out "130.43.2.3." Doing the reverse is more complicated. You must reverse the address and use the in-addr.arpa domain with the lookup type set to "ANY" (otherwise it just verifies the address as valid). So 130.43.2.3 is typed in as "nslookup 3.2.43.130.in-addr.arpa" and would print out "ftp.apple.com". Most files you'll get off ftp are in binhex (.hqx) format. Since almost all present modems support V.42bis and MNP5 compression (4:1 and 2:1 respectivly) it has actually become faster to download them to your machine and THEN decode them. The reason is simple; text files like .hqx, .uu, and .txt can be compressed allowing the modem to increase throughput for these files by 50% to 100%. Already compressed files like .bin, .sit, and .pit receive little if any benefit from V.42bis and MNP5. This results in .hqx files being downloaded as fast or faster than .bin files. This combined with background decoding/decompression (like StuffIt Expander) and Web browsers has rendered downloading to an unix box and decoding .hqx on the unix box almost obsolete. Here's a handy chart to keep track which programs unmangle which formats: unix gzip .uu/ Macintosh .cpt .sit .hqx .bin .arc .zip .tar .Z .gz/.z .uue Stuffit Expander* D D D D w/ DSEE* D X X X D D D D D D StuffIt Lite** D X X X {see note below} StuffIt Deluxe** D X X X D D X X D X SITcomm D X X X D D X X X ArcMac X BinHex 4.0 X BinHex 5.0 D X Compact Pro 1.5.1 X D/N X Extractor 1.2.1 D D/N D HQXer 1.1 X Image Master*^ D D D D D D D D D D MacCompress X MacGzip D X ShrinkWrap 2.0.0*^ D D D D D D D D D D SunTar 2.0.4 X X X D Tar 4.0b X UnZip D UU Lite X uucd 2.3 X UUTool X uuUndo D ZipIt 1.3.5 D D X Other unix gzip .uu/ computers .cpt .sit .hqx .bin .arc .zip .tar .Z .gz/.z .uue binhex.exe X binhex-pc-13 X extrac.exe D macutil (unix) hexbin D D macunpack D D/U D D mcvert (unix) X X PKZIP X SITEX10.EXE (win) D D D D D D D unsitins.exe D xferp110 (win) X X N = Cannot decode .sit dlx {Type SITD} files D = Decode only X = Encode and decode U = Uncertain or Unknown .sit refers to both 1.5 and dlx. Otherwise a '/' is used {1.5/dlx}. Note: Almost every Mac communications program can decode .bin files. * DropStuff with Expander Enhancer is an $30 shareware addon for Stuffit Expander. DSEE is also used by other programs {marked with a *^} to expand files. Current versions are 4.0 and 4.0.2b2 respectively as of this writing. ** Stuffit Deluxe 3.5 translators could be used with Stuffit Lite. Current versions are 4.0.0 and 3.5.0 respectively as of this writing. Other formats .arj PC format common to European sites. Decoded by unArjMac, DeArj, and SITEX10.EXE (win). Base 64 (.b64/.mime) Multipurpose Internet Mail Extension encoding format. Decoded by Mpack and YA-Base64. For more information and MIME FAQ see http://www.cis.ohio-state.edu/hypertext/faq/usenet/mail/mime-faq/top.html .dd Disk Doubler {Mac} format. Decoded by DDExpand and DiskDoubler. .exe DOS/Windows executable file (program); also used to create self-extracting archives. An .exe file used as a self-extracting archive can usually be decompressed with Stuffit Expander w/ DSEE. .html (.htm) WWW document. Used by WWW browsers such as Netscape and lynx. .image Mac disk image. Decoded and/or mounted by DiskCopy, MountImage, Drop*Disk, ImageMaster, and ShrinkWrap. .img/.ima Microsoft Disk Image Utility and Winimage formats, respectivly. Decoded and/or mounted by ShrinkWrap. Note that .img is also used as an graphic file extension and needs Graphic Converter to view. .lzh old PC/Amiga format, replaced by .arc and .zip; decoded by MacLHA, French KISS 2.1.0, and macunpack. .pit old {~1989} Mac compression format created by PackIt programs, replaced by .sit. In general, a program that handles .sit files can decode .pit files as well. .pkg AppleLink package format, replaced by .sit. Decoded by all present Mac StuffIt programs. .sea Mac format, decompresses itself and needs no external programs. .shar Unix shell archive. Decoded by Unshar. .taz another name for .tar.Z .tgz another name for .tar.z and .tar.gz {do not confuse with .tar.Z}. .txt ASCII text file. Other suffixes include .abs and .doc. .z Early {~1993} suffix for Gzip files. Due to confusion with the UNIX 'compress' suffix {.Z} it was abandoned in favor of the .gz suffix. .zoo old {~1989} PC/Amiga format, replaced by .arc. Decoded by MacZoo and MacBooz. CAUTION: While Gzip is aimed at replacing the .Z format, they are _different_ unix compression formats, and the suffixes are NOT inchangable. Many sites now support on-the-fly translation of these formats; just type in the file name minus the .Z or .gz suffix. WARNING: .hqx, .txt, and .uu files are the ONLY files that can be downloaded in ASCII mode; all others must be downloaded in BINARY {IMAGE} mode for the file to decompress properly. This is especially true of ".bin" and "unstuffed" files. Otherwise you will get errors like "unreadable file" or "file is corrupt" when you try to decompress them. If you need further information please check out the comp.compression FAQ or David Lemson's compression chart at ftp://ftp.cso.uiuc.edu/pub/doc/pcnet/compression. Finding files and programs ---------------------------------------------------------------------------- If you are looking for a specific mac file or program you will want to use one or more of the many databases or search engines available some of which are listed below. Since I only keep track of sites I have no idea where individual files are located, which is why I have included lists of archie sites and Web search engines. Please note that database information is not always up-to-date and files and sites listed may no longer exist. Using files ---------------------------------------------------------------------------- Here are some tips if you have downloaded a file and are not sure how to open it. First, do NOT ask people what program opens the file. Odds are that no one will know how to deal with the file. The reason is that DOS's three letter extension allows 26^3 or 17,576 possible file formats. The Mac is even more of a nightmare with -two- four letter tags each one allowing 255^4 or 4,228,250,625 different possible combinations. So, on the Mac not only does one have over -4 billion- possible formats to choose from but also 4 billion possible -programs- to choose from. Compounding the problem is the fact that certain three letter extensions can really be any one of several different formats and in DOS people create their own three letter extensions. The best thing to do is to try and see if there is any way to figure out what -broad- type of file it is: Word Processor, picture, sound, or movie. Word Processor Quill 2.2 (/info-mac/text/) will will read most of these out there. Pictures Graphic Converter (Shareware, $30, /info-mac/gst/grf/) is one of the most powerful shareware graphic programs for the Mac, able to view, create, and edit over 77 different graphic formats including .gif, .png, and .jpeg. But even it cannot view Photoshop, Canvas, Pixel Paint, or .cel formats. Sound files Sound App 2.0 (Freeware, /info-mac/gst/snd/) will play most sound format out there including .mod, .wav, .au, and .aiff. Movie files Sparkle 2.4.5 (/info-mac/gst/mov/) for QT and .mov formats; add Video for Windows 1.1 (/info-mac/gst/mov/) to convert .avi format. Other files Hopefully there is a document file that tells you what is needed otherwise it is pretty much a lost cause. These sites have many mac files, and are still getting new ones: ----------------------------------------------------------------------------- ftp.bups.bilkent.edu.tr 139.179.90.35 pub/mac/ 1 ftp.funet.fi 128.214.248.6 /pub/mac/ 2 ftp.luth.se 130.240.16.39 /pub/mac/ [IM mirror+] ftp.switch.ch 130.59.1.40 limited access, See Note 3 ftp.utexas.edu 206.77.62.2 /pub/mac/ 4 ftpbio.bgsu.edu 129.1.254.130 /ftp/pub/alt.sources.mac/ irisa.irisa.fr 131.254.254.2 /News/comp.binaries.mac/ 5 mac.archive.umich.edu 141.211.120.11 /mac/ 6 micros.hensa.ac.uk 194.80.32.51 /micros/mac/ 7 sumex-aim.stanford.edu 171.65.4.3 /info-mac/ {see note} 8 Apple's support, seeding, and development sites: ----------------------------------------------------------------------------- abs.apple.com 130.43.1.101 /abs/ /pub/ (apple, MAE) A-W atg.apple.com 17.255.4.30 /pub/ (programming) download.info.apple.com 17.254.0.22 /Apple.Support.Area/ ftp.apple.com 17.254.0.53 /dts/ 9 ftp.apple.com.au 203.14.177.101 /pub/ A-W ftp.austin.apple.com 17.127.4.50 /Apple.Support.Area. {see note} 10 ftp.cambridge.apple.com 198.112.73.3 /pub/ {Mac Common LISP} A-W ftp.info.apple.com 204.96.16.4 /Apple.Support.Area/ A-W ftp2.info.apple.com 204.96.17.16 /Apple.Support.Area/ ftp3.info.apple.com 204.96.17.20 /Apple.Support.Area/ ftp.info.euro.apple.com 194.151.19.38 / ftp.support.apple.com 130.43.6.3 See Note 11 ftptoo.support.apple.com 130.43.6.4 /pub/ {New files/programs only} seeding.apple.com 130.43.3.3 /ess/public/ (Apple OS tools) These sites are home to a few specific file(s) or file types: ----------------------------------------------------------------------------- ftp.ccs.carleton.ca 134.117.1.38 /pub/pov-ray/ (PoV-Ray) archives.math.utk.edu 128.169.202.163 /software/mac/ (Mathematics) 12 arthur.cs.purdue.edu 128.10.2.1 /pub/trinkle/ (mac32.tar.Z) atlas.chem.utah.edu 128.110.196.10 /topsoft/ (Programming?) biom3.univ-lyon1.fr 134.214.92.37 /pub/ (MacMul, GraphMu) boombox.micro.umn.edu 134.84.132.2 /pub/ (gopher, POPmail, more) brownvm.brown.edu 128.148.19.19 / (tn3270, term, lpr) cassandra.ucr.edu 138.23.90.119 /pub/apple2/ (][+ emulator) cecelia.media.mit.edu 18.85.0.104 /pub/ (CSound) chemotaxis.biology.utah.edu 128.110.195.111 /public/hellcats_feats/ chook.cs.adelaide.edu.au 129.127.8.8 /pub/VHDL-Cookbook/ cs.orst.edu 128.193.32.1 /pub/mac /(lab-logger) d31rz0.stanford.edu 36.76.0.151 /Igor/ (Igor demos, utilities) devtools.symantec.com 155.64.82.86 /ftp/Macintosh/ (Symantec) ftp-boi.external.hp.com 192.6.71.2 /pub/ (HP) ftp.acns.nwu.edu 129.105.113.248 /pub/disinfectant/ (Disinf HQ) 13 ftp.adobe.com 130.248.1.4 /pub/adobe/ (Abobe) ftp.aggroup.com 192.216.124.26 / (EtherPeek, LocalPeek) ftp.aladdinsys.com 204.147.235.101 /pub/ (Aladdin) 14 ftp.AmbrosiaSW.com 206.27.96.210 / (Ambrosia) ftp.berksys.com 192.216.216.3 /pub/AfterDark/mac/ (After Dark) ftp.cayman.com 143.137.137.1 /pub/ (GatorBox stuff) ftp.cc.umanitoba.ca 130.179.16.23 /Mac-Develop/Newton/ ftp.cc.utexas.edu 128.83.40.2 /microlib/mac/ (Gatekeeper HQ) 15 ftp.chem.utah.edu 128.110.196.10 /TopSoft/ ftp.cilabs.org 130.43.2.17 /pub/ (OpenDoc Developer Info) ftp.claris.com 192.35.50.16 /pub/USA-Macintosh/ (Claris) ftp.cs.vu.nl 192.31.231.66 /pub/minix/macintosh/ (MacMinix) ftp.csua.berkeley.edu 128.32.43.51 /pub/jwang/ (compatibility/AV info) ftp.dartmouth.edu 129.170.16.54 /pub/mac/ (Dartmouth XCMDs, etc) ftp.edvz.uni-linz.ac.at 140.78.3.8 /pub/mac/system/ ftp.embl-heidelberg.de 192.54.41.33 /pub/software/mac/ ftp.eskimo.com 204.122.16.4 /pub/org/r/ravensys/ ftp.farallon.com 163.176.4.10 /pub/farallon.products/ ftp.globalvillag.com 192.187.202.60 /pub/software/ (communications) ftp.gsfc.nasa.gov 128.183.115.28 /mac/ (MacSecure.3.1.hqx) ftp.gte.com 132.197.120.22 /pub/chuck/ (Chassis, sample code) ftp.gwu.edu 128.164.9.5 /pub/ada/gw-adaed/mac/ (Ada compiler) ftp.imag.fr 129.88.30.10 /pub1/macintosh/ /pub/Cabri/ 16 ftp.intercon.com 149.52.1.143 /InterCon/sales/Mac/ ftp.maceast.com 207.17.232.11 /pub/mac/MkLinux/ ftp.microsoft.com 198.105.232.1 /Softlib/MSLFILES/ ftp.ncsa.uiuc.edu 141.142.3.77 /Mac/ (NCSA Telnet, etc) 17 ftp.netbsd.org 206.86.8.12 /pub/NetBSD/ (BSD UNIX) ftp.netcom.com 192.100.81.1 /pub/ca/carnation/ ftp.netcom.com 192.100.81.1 /pub/jo/johnneil/ (John Neil) ftp.netcom.com 192.100.81.1 /pub/ms/mspace/ ftp.netcom.com 192.100.81.1 /pub/oe/oenabler/(Mac accelerators) ftp.netcom.com 192.100.81.1 /pub/se/seaquest/ (communications) ftp.netcom.com 192.100.81.1 /pub/us/userland/ ftp.netscape.com 198.95.249.66 /netscape[version #]/mac/ ftp.novell.com 137.65.1.3 /pub2/MAC/ (Novell) ftp.onramp.net 199.1.11.2 /pub/mac/ (communications) ftp.povray.org 192.216.222.14 /pub/ (PoV-Ray) ftp.primate.wisc.edu 144.92.43.19 /pub/mac/ (TransSkel & misc) 18 ftp.qualcomm.com 192.215.241.21 /Eudora/ ftp.radius.com 140.82.20.1 /pub/radius/software/mac/ (radius) ftp.rahul.net 192.160.13.5 /pub/lumina/ ftp.rasterops.com 192.124.147.42 /pub/Macintosh/ (rasterops) ftp.scriptweb.com 152.97.90.101 / (scripting) ftp.sonicsys.com 199.2.23.254 /pub/ (sonicsys) ftp.sri.ucl.ac.be 130.104.1.1 /pub/ (network, French versions) ftp.starnine.com 198.211.93.5 / (Mail*Link) ftp.std.com 192.74.137.7 /pub/bbedit/ /obi/Religion/Online.Bible/ ftp.stolaf.edu 130.71.128.9 /pub/macpsych/ (psychology) ftp.supra.com 205.229.114.12 /pub/mac/ (supra modem) ftp.svcdudes.com 198.6.226.3 /pub/mac/ (Microphone) ftp.tek.com 134.62.48.21 /cpid/bbs/ (Tektronix) ftp.tribe.com 199.35.172.35 /pub/Miscellaneous/Mac/ (networking) ftp.uchicago.edu 128.135.99.41 /pub/OzTeX/ ftp.utas.edu.au 131.217.10.29 /mac/ (Mews) ftp.uu.net 192.48.96.9 /languages/abc/ (ABC prog lang) 19 ftp.wimsey.com 204.191.160.2 /pub/mac/ (Internet communications) ftp.wordperfect.com 206.116.221.14 /mac/ (WordPerfect) ftpbio.bgsu.edu 129.1.254.130 /ftp/pub/ (alt.sources.mac archive) geom.umn.edu 128.101.25.35 /pub/software/snappea/ (Snap pea) hensel.mathp6.jussieu.fr 134.157.51.2 /dist/pari/mac/ (pari/Math) hobbes.lbl.gov 128.3.12.38 /pub/mac/ (Radiance) hookomo.aloha.net 204.94.112.33 /pub/users/mauisw/ (TimeTracker) ics.onenet.net 164.58.253.10 /pub/chess/Macintosh/ (chess) ics.uci.edu 128.195.1.1 /mac/think-c/ 20 iraun1.ira.uka.de 129.13.10.90 /pub/mac/ (SingleShare,NewsView) kth.se 130.237.72.201 /pub/misc/macmime/ [unix] linc.cis.upenn.edu 158.130.12.3 /pub/NH3.1/ (NetHack archive list) mathsource.wolfram.com Special (alias) /pub/ (Mathematica) mobiuscon.com 205.252.38.4 /pub/ (FidoNet) munnari.oz.au 128.250.22.2 /mac/ (CAP, Multigate stuff) 21 ncbi.nlm.nih.gov 130.14.25.1 /entrez/ 22 neptune.ethz.ch 129.132.10.10 /Oberon/MacII/, /XYZ/ (MacOberon) newton.uiowa.edu 128.255.63.44 /pub/software/ (newton) otter.stanford.edu 36.190.0.87 /mma/ (Mathematica) Phantom.ucc.uconn.edu 137.99.29.55 /Network/ puma.bevd.blacksburg.va.us 198.82.200.98 /pub/NetBSD/ (BSD UNIX utils) quest.cc.purdue.edu 128.210.250.54 /pub/mac/ (RevRdist) redback.cs.uwa.edu.au 130.95.1.150 /Other/ (Western AU authors) rever.nmsu.edu 128.123.3.18 /pub/macfaq/ 23 statlab.uni-heidelberg.de 129.206.113.100 /pub/network/ (NetWork) suniams1.statistik.tu-muenchen.de 131.159.64.1 /incoming/MacMiNT/ sunsite.unc.edu 152.2.254.81 /pub/academic/medicine/mac-medical/ tau.sm.luth.se 130.240.0.3 /pub/mac/nisus/ (macros, etc) uniwa.uwa.edu.au 130.95.128.1 /pub/mac/ (Communications) walrus.wr.usgs.gov 130.118.25.14 /pub/mac/ (Geology) www.iquest.com 199.170.120.21 /pub/fairgate/ (CodeWarrior) zippy.nimh.nih.gov 128.231.98.32 /pub/nih-image/ (NIH-Image) These sites are shadow/mirror archives (the same stuff) of something else: (Key: IM = info-mac, UM = umich) ----------------------------------------------------------------------------- archie.au 139.130.4.6 Access limited to Australia associate.com 148.59.244.112 / [AMUG] 24 b64198.cwru.edu 129.22.250.198 /pub/mirrors/info-mac/ cis.utovrm.it 160.80.22.17 /Info-Mac/ cnuce-arch.cnr.it 131.114.192.96 /pub/info-mac/ crystal.ualr.edu 144.167.10.24 /mac/info-mac/ daemon.ncsa.uiuc.edu 141.142.22.33 /Info-Mac-Binaries/ f.ms.uky.edu 128.163.132.108 /pub/mac/ [collection] fiesta.tsc.udel.edu 128.175.9.61 /pub/mirrors/info-mac/ ftp.agt.net 198.80.55.1 /pub/info-mac/ ftp.amug.org 204.62.193.2 /pub/mirrors/info-mac/ /pub/bbs-in-a-box/ /pub/newton/ (newton) /pub/contrib/aladdin/ 14 ftp.auckland.ac.nz 130.216.1.1 Access limited to NZ ftp.bitcon.no 193.69.224.22 /pub/micro/mac/info-mac/ ftp.calvacom.fr 194.2.168.3 /pub/mac/info-mac/ ftp.cdrom.com 165.113.58.253 /pub/mac/ [partial IM, UM] ftp.center.osaka-u.ac.jp 133.1.102.21 /info-mac/ ftp.chem.sci.osaka-u.ac.jp 133.1.94.117 /pub/mac/info-mac/ ftp.circa.ufl.edu 128.227.8.89 /pub/software/ufmug/mirrors/Info-mac/ ftp.cs.tu-berlin.de 130.149.144.4 /pub/mac/info-mac/ ftp.dataplex.net 199.183.109.245 /pub/info-mac/ ftp.delphi.com 206.15.105.99 /pub/mirrors/info-mac ftp.edu.tw 140.111.1.10 /Macintosh/info-mac/ ftp.euro.net 194.134.0.9 /Mac/info-mac/ ftp.fenk.wau.nl 137.224.129.4 /pub/mac/info-mac/ W ftp.francenet.fr 194.2.144.1 /pub/miroirs/info-mac/ ftp.gsfc.nasa.gov 128.183.251.168 /mac.dir/ [dftsrv.gov] ftp.hawaii.edu 128.171.3.70 /mirrors/info-mac/ ftp.hk.super.net 202.14.67.233 /pub/mirror/info-mac/ ftp.ibp.fr 132.227.77.2 /pub/mac/info-mac/ ftp.iij.ad.jp 202.232.2.67 /pub/info-mac/ ftp.ims.ac.jp 133.48.144.51 /pub/mac/info-mac/ ftp.ind.net 157.91.128.9 /pub/mac/info-mac/ ftp.info.au 139.130.23.2 /micros/mac/info-mac/ ftp.informatik.rwth-aachen.de /pub/info-mac/ 137.226.144.51 ftp.inter.spin.ad.jp 165.76.8.4 /pub/Mac/Merit.mirror/ ftp.is.co.za 196.4.160.8 /info-mac/ ftp.jussieu.fr 132.227.77.2 /pub/mac/info-mac/ ftp.lab.kdd.co.jp 192.26.91.3 /info-mac/ ftp.linkline.be 194.51.224.5 /mirror/info-mac/ ftp.loria.fr 152.81.10.10 /pub/mac:umich/ ftp.nic.surfnet.nl 192.87.46.3 /ftp/mirror-archive/software/info-mac/ ftp.nus.sg 137.132.12.100 /pub/zk/mac/ [IM] ftp.nws.orst.edu 128.193.128.6 /pub/mirrors/ [IM, UM] ftp.ou.edu 129.15.2.50 /mirrors/info-mac/ ftp.pcvan.or.jp 192.47.117.131 /pub/info-mac/ ftp.pht.com 198.60.59.5 /pub/mac/ [IM, UM] ftp.riken.go.jp 134.160.41.2 /pub/mac/ [IM, UM] ftp.rrzn.uni-hannover.de 130.75.2.2 /ftp1/info-mac/ ftp.scruz.net 165.227.192.254 /users/aladdin/public/ 14 ftp.sunet.se 130.238.127.3 /pub/mac/ [IM, UM] 25 ftp.switch.ch 130.59.1.40 limited access, See Note 3 ftp.technion.ac.il 132.68.1.66 /pub/unsupported/mac/ ftp.tidbits.com 204.29.20.101 /pub/tidbits/tisk/ [IM] ftp.u-tokyo.ac.jp 130.69.240.254 /pub/info-mac/ ftp.ucs.ubc.ca 137.82.27.62 /pub/mac/info-mac/ ftp.uji.es 150.128.1.2 /pub/mirror/mac/info-mac/ ftp.ulaval.ca 132.203.6.11 /mac/info-mac/ ftp.uni-kl.de 131.246.94.94 /pub/info-mac/ [partial] ftp.uni-paderborn.de 131.234.22.34 /mac/ [UM] ftp.uni-stuttgart.de 129.69.18.15 /afs/umich.edu/group/itd/archive/mac/ /pub/systems/mac/info-mac/ ftp.unipd.it 147.162.100.180 /pub/info-mac/ ftp.univie.ac.at 131.130.1.4 /mac/info-mac/ ftp.uu.net 192.48.96.9 /systems/mac/info-mac/ ftp.uwtc.washington.edu 128.95.202.40 /pub/Macintosh/ [collection] ftp.vuw.ac.nz 130.195.2.249 /info-mac/ ftp.web.ad.jp 202.248.0.38 /info-mac/ ftping.uniandes.edu.co 157.253.16.8 /pub/Info-Mac garbo.uwasa.fi 193.166.120.5 /mac/ [funet] giza.cis.ohio-state.edu 164.107.8.52 /pub/oztex/ [midway] grind.isca.uiowa.edu 128.255.200.7 /mac/ [IM, UM] 26 hwarang.postech.ac.kr 141.223.1.1 /pub/mac/info-mac/ hyperarchive.lcs.mit.edu 18.23.0.15 /info-mac/ imftp.mgt.ncu.edu.tw 140.115.83.90 /pub/mac/info-mac/ info.nic.surfnet.nl 192.87.46.3 /mirror-archive/software/info-mac/ king.ncb.gov.sg 160.96.3.121 /info-mac/ /umich/ mac.uio.no 129.240.12.13 /info-mac/ /umich/ math2.kaist.ac.kr 143.248.25.2 /pub/mac/info-mac/ mirror.archive.umich.edu Special see mac.archive.umich.edu note 6 mirror.apple.com 17.254.3.100 /mirrors/ [IM, UM] W mirrors.aol.com 152.163.200.5 /pub/ [IM, UM] nctuccca.edu.tw 192.83.166.10 /Macintosh/ [IM, UM] newton.sys.uea.ac.uk 139.222.2.7 / (info-mac) oswego.oswego.edu 129.3.1.1 /pub/mac/ [collection] proper.com 165.227.249.2 /mac/general/ [IM] radon.sys.uea.ac.uk 139.222.2.2 /Newton_Archive/ [Newton] ricevm1.rice.edu 128.42.30.2 /{NA, email/Bitnet} solaris.ims.ac.jp 133.48.140.1 /pub/mac/info-mac/ src.doc.ic.ac.uk 193.63.255.1 /packages/info-mac/ 27 sunsite.anu.edu.au 150.203.168.6 /pub/mac/info-mac/ tornado.rfx.com 199.2.59.80 /pub/info-mac/ uiarchive.cso.uiuc.edu 128.174.5.14 /pub/systems/mac/ [IM, UM] W Project Gutenberg /pub/etext/gutenberg/ wuarchive.wustl.edu 128.252.135.4 /systems/mac/ {See note} 28 These sites have just a few mac files: ----------------------------------------------------------------------------- crab.rutgers.edu 165.230.211.2 /pub/mac/ dolphin.csudh.edu 155.135.16.1 /pub/mac/ ftp.alpcom.it 193.42.134.2 /software/mac/LMontalcini/ ftp.lu.se 130.235.132.90 /pub/mac/ ftp.lysator.liu.se 130.236.253.20 /pub/mac/ ftp.nevada.edu 131.216.1.11 /pub/mac/ ftp.sensei.com.au 203.18.28.70 /mac/ /aux/ ftp.venture.co.za 196.3.232.41 /pub/ WR genbank.bio.net 204.31.212.2 /pub/mac/ icarus.cns.syr.edu 128.230.1.49 /software/mac/ (w/ Unix_Mac) mailer.cc.fsu.edu 128.186.6.103 /pub/Micro/mac/ These sites have a lot of files, but do not get much new: ----------------------------------------------------------------------------- ftp.bio.indiana.edu 129.79.225.25 / (large science archive) 29 ftp.cit.cornell.edu 132.236.218.20 /pub/mac/ ftp.ms.uky.edu 128.163.132.108 /pub/mac/ jagubox.gsfc.nasa.gov 128.183.44.1 /pub/aux/ (A/UX) /pub/mac/ joker.optics.rochester.edu 128.151.240.1 /mac/sounds/ ra.nrl.navy.mil 132.250.1.121 /MacSciTech/ These Mac sites no longer exist or have major problems: ----------------------------------------------------------------------------- anl.anl.fr 192.54.179.1 site gone beach.utmb.edu 129.109.1.207 Mac directory gone bode.ee.ualberta.ca 129.128.16.96 files gone ccb.ucsf.edu 128.218.1.14 Mac files removed cs.rice.edu 128.42.1.30 Mac files gone dean.med.uth.tmc.edu 129.106.23.3 "User anonymous unknown" dipmat.unife.it 192.167.208.253 site appears to be gone ezinfo.ethz.ch 129.132.2.72 mac files gone fs-1.iastate.edu 129.186.151.151 connection refused ftp.jyu.fi 130.234.1.1 Mac files removed ftp.lth.se 130.235.20.3 Mac files removed ftp.Shadowmac.org 198.174.169.112 ISP problems ftphost.aukuni.ac.nz 130.216.3.1 see ftp.auckland.ac.nz hpcsos.col.hp.com 15.255.240.16 files gone icarus.riacs.edu 134.12.1.1 not ready for use merlin.cs.purdue.edu 128.10.2.3 mac directory gone mcsun.eu.net 192.16.202.1 Mac directory gone oak.oakland.edu 141.210.10.117 Mac files removed procyon.cis.ksu.edu 129.130.10.80 "Can't set guest privileges" rascal.ics.utexas.edu 128.83.138.20 Machine problems slug.pws.bull.com 128.35.10.203 see irisa.irisa.fr sol.bucknell.edu 134.82.1.8 "Host is unreachable" sparky.nodak.edu 134.129.111.67 site being overhauled splicer.cba.hawaii.edu 128.171.17.7 site gone ssyx.ucsc.edu 128.114.133.1 site gone teletron.com 165.90.134.2 "connection refused" terminator.cc.umich.edu 141.211.164.8 files gone toklab.ics.osaka-u.ac.jp 133.1.12.100 see ftp.center.osaka-u.ac.jp utsun.s.u-tokyo.ac.jp 133.11.11.11 see ftp.u-tokyo.ac.jp watmsg.waterloo.edu 129.97.129.9 site gone wsmr-simtel20.army.mil 26.2.0.74 see wuarchie.wustl.edu 29 World Wide Web section Large Mac Web sites and archive sites ----------------------------------------------------------------------------- http://www.cucug.org/mac/ [Macintosh Web Directory] http://www.freepress.com/myee/ultimate_mac.html [U-Mac] http://delphi.com.tw/umac/ [Taiwan] http://members.aol.com/myee/umac.html [Eastern US] http://student.uq.edu.au/~bc320994/umac.html [Australia] http://www.enterprise.ca/~chaos/ultimate.html [Canada] http://www.futurenet.co.uk/computing/macformat/umac.html [Europe] http://www.ssrc.hku.hk/mirror/umac.html [Asia] http://www.velodrome.com/umac.html [Western US] http://www.vol.it/mirror/umac/ [Italy] http://www.leo.org/archiv/macintosh/macintosh.engl.html [German Archive] http://www.macfaq.com/ [The Well Connected Mac] http://www.utexas.edu/cc/micro/microlib/mac/ [Microlib] http://wwwhost.ots.utexas.edu/mac/main.html [U Texas] Apple computer Web sites (A-W) ----------------------------------------------------------------------------- http://abs.apple.com/ [Apple Business Systems] http://chrp.apple.com/ [CHRP/PPCP Info] http://cybertech.apple.com/ [CyberTech] http://quicktime.apple.com [Quicktime Continuum] http://www.amp.apple.com [Apple Multimedia Program] http://www.apple.ca/ [Apple Canada] http://www.apple.co.nz/ [Apple New Zealand] http://www.apple.com/ [Main Web site] 9 http://www.apple.com.au/ [Apple Australia] http://www.austin.apple.com/ [Software Updates] 10 http://www.euro.apple.com/ [Apple Europe] http://www.iijnet.or.jp/apple/ [Apple Japan] http://www.info.apple.com/ [www.support.apple.com mirror] 11 http://www2.info.apple.com/ [www.support.apple.com mirror] 11 http://www.mae.apple.com/ [MAE] http://www.media.apple.com [Publishing and New Media] http://www.support.apple.com/ [Technical Support] 11 Info-Mac, UMich, and related Web sites ----------------------------------------------------------------------------- http://cdrom.amug.org/http/files.html [BBS in a Box] http://centaur.postech.ac.kr/network/ftpserv.html http://fly.hiwaay.net/~cwbol/macarc.html [Mac Internet Software] http://hyperarchive.lcs.mit.edu/HyperArchive.html http://nctuccca.edu.tw/cgi-bin/ftpls/ http://solaris.ims.ac.jp/mirror.html http://tempest.tcct.nmt.edu/ [Rayzer's Macintosh Archive] http://wais.sensei.com.cu/ [collection] http://web.nexor.co.uk/mac-archive/mac-archive.html [NEXOR Mac catalog] http://web.nexor.co.uk/public/mac/servers.html [Mac Info Sources] http://www.amug.org/index.html http://www.bups.bilkent.edu.tr/Documentation/mac-ftp-turkey.html [Turkey] http://www.cjnetworks.com/~tfrazier/sftwre.html [Mac Support Pages] http://www.echonyc.com/~andrewj/drive-thru.html [MacTCP Drive-Thru] http://www.jumbo.com/ [Mac, IBM, OS/2] http://www.macatawa.org/~mthomas/ [Macintosh on the Internet] http://www.mid.net/INFO-MAC/ [MIDnet IM Search Interface] http://www.mrmachead.com/MacVersions/ [MacVersions] http://www.msc.wku.edu/Dept/Support/Tech/MSC/Macintosh/Software.html http://www.net-army.com/pba/utl-c/utl-c.html [Collection] http://www.nic.surfnet.nl/ftp/mirror-archive/software/info-mac/ http://www.nus.sg/FTP/archives.html http://www.osaka-u.ac.jp/export/info-mac/ http://www.pht.com/ftp/index.html#mac http://www.rarf.riken.go.jp/archives/info-mac/ http://www.univie.ac.at/ftp/systems/mac/info-mac/ Mac Web sites with few specific file(s) or file types ----------------------------------------------------------------------------- http://macquisition.gsfc.nasa.gov/ [macquisition] http://micros.hensa.ac.uk/micros/mac.html [Finder, HyperCard] http://www.AmbrosiaSW.com/ [Ambrosia software] http://www.areacom.it/html/arte_cultura/annabella/sniffer-ingl.html [The Software Snifff...er] http://www.DDG.com/MacSpin/index.html [MacSpin] http://www.DDG.com/TokaMac/index.html [TokaMac] http://www.liii.com/~moxie/macnet/ [Mac on the Net] http://www.piazza.com/ [MacWare Revue; Reviews] N-E http://www.rockstar.com/ppp.html [FreePPP] http://www.tidbits.com/ [TidBITS] http://www.xmission.com/~morrison/MFS [Mac Flight Simulators] Miscellaneous Mac Web sites ----------------------------------------------------------------------------- http://macenroe.cs.wits.ac.za/ [MacEnroe] http://www.astro.nwu.edu/lentz/mac/faqs/ [Macintosh FAQs] http://www.carrier.co.at/res/mac/ [Macintosh in Austria] http://www.cnet.com/ [C|net] http://www.dakota.net/~schnaidt/cult/ [Cult of Macintosh] N-E http://www.madmansdream.com/FairyTales/TableofContents.html [Pro Mac] http://www.owplaza.com/msd/ [Macintosh Shopping Directory] http://www.zdnet.com/ [Ziff-Davis Interactive] N-E Search engines Recommended search engines for individual files: Archie, ArchiePlex, C|Net shareware Search engine, and Cusi. Sites that also contain lists/links to search engines: Cusi and SavvySearch. If you are unsure as to which search engines to use check The Guide for Searching the Internet at http://www.enterprise.net/anadas/search/ for more information. Alta Vista [http://www.altavista.digital.com/] Archie [http://www.ucc.ie/info/net/archiedoc.html] ArchiePlex [http://pubweb.nexor.co.uk/public/archie/archieplex/archieplex.html] C|Net shareware Search engine [http://www.shareware.com/] Cusi [http://pubweb.nexor.co.uk/public/cusi/cusi.html] DejaNews [http://www.dejanews.com/] Excite [http://www.excite.com/] Galaxy [http://galaxy.tradewave.com/] InfoSeek [http://guide.infoseek.com/] Inktomi [http://inktomi.berkeley.edu/query.html] Lycos [http://www.lycos.com/] Magellan [http://www.mckinley.com/] Open Text [http://www.opentext.com/] SavvySearch [http://guaraldi.cs.colostate.edu:2000/] WebCrawler [http://www.webcrawler.com/] Yahoo [http://www.yahoo.com/search.html] List of Hypertext Archie Servers http://pubweb.nexor.co.uk/public/archie/servers.html Current archie servers (as of Dec 8, 1994): ----------------------------------------------------------------------------- archie.ac.il 132.65.16.18 Israel archie.ans.net 147.225.1.10 ANS, NY, USA archie.au 139.130.4.6 Australia (regional server) archie.cs.mcgill.ca 132.206.51.250 Canada archie.doc.ic.ac.uk 146.169.2.10 Imperial College, London, UK archie.foretune.co.jp 133.123.1.1 Japan (regional server) archie.funet.fi 128.214.6.102 FUnet, Helsinki, Finland archie.hana.nm.kr 128.134.1.1 Korea archie.hensa.ac.uk 129.12.21.25 United Kingdom archie.internic.net 198.48.45.10 NJ, USA archie.kuis.kyoto-u.ac.jp 130.54.23.2 Japan archie.kyoto-u.ac.jp 130.54.20.1 Japan (regional server) archie.luth.se 130.240.12.30 Sweden archie.ncu.edu.tw 192.83.166.12 Taiwan archie.nz 130.195.9.4 New Zealand archie.rediris.es 130.206.1.2 Spain archie.rutgers.edu 128.6.18.15 Piscataway, NJ, USA archie.sogang.ac.kr 163.239.1.11 Korea archie.sura.net 128.167.254.179 SURAnet, College Park, MD, USA archie.switch.ch 139.59.1.40 SWITCH, Zurich, Switzerland archie.th-darmstadt.de 130.83.128.118 Germany archie.twnic.net 192.83.166.10 Taiwan archie.uct.ac.za 137.158.128.1 South Africa archie.und.ac.za 146.230.128.40 South Africa archie.uni-linz.ac.at 140.78.3.8 Austria archie.uninett.no 128.39.2.20 Norway archie.unipi.it 131.114.21.10 Italy archie.univ-rennes1.fr 129.20.254.2 France archie.univie.ac.at 131.130.1.23 Austria archie.unl.edu 129.93.1.14 Lincoln, NE, USA archie.uqam.ca 132.208.250.10 Canada archie.wide.ad.jp 133.4.3.6 Japan Note: "If you're on the Internet, you can "telnet [site name]" and login in as "archie", at which point you'll get basic directions and pointers to other Archie machines." (TidBITS#130; Gateways 1: Internet) You may be able to use archie directly if you have an unix shell account, just type archie at the prompt. Notes on some of the above sites: ----------------------------------------------------------------------------- W. WWW page at site. WR: replace 'ftp' with 'www' for web page. N. Requires Netscape-like (graphics) browswer to use fully. Lynx support - E (excellent/good), M (average), P (poor/none) 1. ftp.bups.bilkent.edu.tr (139.179.90.4) /pub/mac/ Bilkent University Preparatory School Macintosh archive. It contains more than 2000 files collected from well known archives and still getting new ones. All Files: /BUPS-MacArchive/AllFiles.txt Recent Files: /BUPS-MacArchive/NewFiles/ Help: /BUPS-MacArchive/!!README How to Upload: FTP - put to the directory /BUPS-MacArchive/Upload or e-mail to: buyuktas@bilkent.edu.tr Transfer Mode: BINARY. 2. ftp.funet.fi (128.214.248.6) /pub/mac/ A very large European site that shadows Info-Mac and gets its own original files sometimes. Non-Europeans shouldn't call often, to keep costs down. All Files: /pub/mac/_file.lst Recent Files: /pub/mac/ChangeLog Help: /pub/mac/HELP How to Upload: Use ftp to put files into /pub/mac/incoming. Gopher: gopher://gopher.funet.fi/1ftp:ftp.funet.fi@/pub/mac/info-mac/ 3. ftp.switch.ch (130.59.1.40) /software/mac/ /mirror/info-mac/ /mirror/umich-mac/ /mirror/Oberon/MacII/ Alias: nic.switch.ch. "Access to this FTP service is exclusively allowed for - Swiss universities, schools & organisations with a SWITCH service contract, - foreign education & research organisations. If you do not belong to one of these categories, you are NOT allowed to log in as 'anonymous' or 'ftp'. With one of the special user-ids, like 'public', a restricted access is open to everyone." (FTP login message). WWW: http://ftp.switch.ch/switch/info/ftp.html 4. ftp.utexas.edu (128.83.185.16) /pub/mac/ Alias: mojo.ots.utexas.edu. This is an Mac freeware and shareware archive operated by Chris Johnson on one or more systems run by the Univeristy of Texas System Office of Telcommunication Services. It also has SLIPtelnet in the /pub/slip/mac/ncsa directory. WWW: http://ftp.utexas.edu/mac/main.html http://wwwhost.ots.utexas.edu/mac/main.html 5. irisa.irisa.fr (131.254.2.3) /News/comp.binaries.mac/ They keep archives of the postings to the comp.binaries.mac newsgroup. The files all stored in one huge directory, so instead of doing an 'ls', get the index file to look at offline. All Files: /News/comp.binaries.mac/index How to Upload: Post to the comp.binaries.mac USENET group. Transfer Mode: ASCII. 6. mac.archive.umich.edu (141.211.32.2) /mac/ This big site has a large number of files, many of them unique. There are many outline fonts here {Adobe type 1, type 3, and TrueType}. About the only gripe I have is the tremendous number of subdirectories, e.g. /mac/system.extensions/font/truetype... but that's a small price to pay for the work they have put into this site. mirror.archive.umich.edu is a special pointer that will randomly connect you to one of the mac.archive.umich.edu mirrors. All Files: /mac/00help/index.txt Recent Files: /mac/00help/newfiles.txt In Queue: Look in the /mac/incoming directory. Help: /mac/00help How to Upload: ftp - put files in the /mac/incoming/ directory or e-mail to macgifts@mac.archive.umich.edu {e-mail results in crossposting to other archives} Transfer Mode: ASCII for .hqx files, BINARY for everything else. Gopher: gopher://gopher.archive.umich.edu/ WWW: http://www.umich.edu/~archive/ http://www.archive.umich.edu/ http://www-personal.umich.edu/~sdamask/umich-mirrors/ 7. micros.hensa.ac.uk 148.88.8.84 /micros/mac/ Has an awkward way naming their directories with letters of the alphabet and numbers, so one has to get the index files in the directories first to see what they have. (Wojtek Rypniewski wojtek@embl-hamburg.de) WWW: http://micros.hensa.ac.uk/micros/mac.html 8. sumex-aim.stanford.edu (171.65.4.3) /info-mac/ Site's name is 'Info-Mac' _not_ 'sumex'. "We ask that you use our mirrors INSTEAD of our server, because the load there now makes it difficult for us to manage the archive!" (Info-Mac Archive Mirror Sites) The king of macintosh ftp sites. If you want your uploads to get a wide distribution, this is the place to send them to. They also have their own message "list", the info-mac digests which is handy for those who don't have USENET access. Note: sumex-aim has effectively become a _mirrors only_ site, so use one of its mirrors {/info-mac/ directory or [IM]}. All Files: /info-mac/help/all-files.txt Recent Files: /info-mac/help/recent-files.txt Mirror Sites: /info-mac/help/mirror-list.txt Help: Look in the /info-mac/help directory, read them all. How to Upload: email files to macgifts@sumex-aim.stanford.edu or macgifts@mac.archive.umich.edu. Files >800 K - e-mail file description to backmod@sumex-aim.stanford.edu and send file in .hqx format to ftp://macgifts:macgifts@info-mac.org/ WWW: http://www.pht.com/info-mac/ 9. ftp.apple.com (130.43.2.3) /dts/ This was Apple's original ftp site to supply the world with System software {up to 7.0.1}, utilities, technical notes, sample source code, press release archives, and some developer tools. Support has fallen off in favor of sites like ftp.support.apple.com. Callers outside America are restricted to what they can download. Help: /help, or mail mjohnson@apple.com. WWW: http://www.apple.com/ 10. ftp.austin.apple.com (17.127.4.50) /Apple.Support.Area/Apple.SW.Updates/ This is one of Apples' "seeding" sites. Most of the software is in the /Apple.Support.Area/Apple.SW.Updates directory. As with ftp.apple.com callers outside America are restricted as to what they can download. WWW: http://www.austin.apple.com/ WWW: [mirror] http://www2.info.apple.com/ 11. ftp.support.apple.com (130.43.6.3) "/pub/Apple SW Updates/" AppleLink and E-World mirror. "Since this is a real mirror copy of the archive on AppleLink you may encounter some interesting directory and file names. To get around these interesting names simply use quotes ("") to encapsulate the path. You may also run into another problem with non- printable (>ascii 127) characters in filenames. Use mget Mac* to retrieve a file that starts with Mac and also contains non-printable and thus non-typeable characters." (brooks@ftp.support.apple.com [Kevin Brooks]) I assume that as is the case with ftp.apple.com callers outside America are restricted as to what they can download. WWW: http://www.support.apple.com/ WWW: [mirror] http://www.info.apple.com/ WWW: [mirror] http://www2.info.apple.com/ 12. archives.math.utk.edu (128.169.202.163) /mac/ "The Mathematics Archives (archives.math.utk.edu) is a comprehensive site for mathematical resources on the Internet. It is accessible using anonymous ftp, gopher, or a web browser. In addition to a large collection of mathematical software, an extensive collection of WWW and gopher links to other mathematical resources on the Internet is maintained." (fife@calvin.edu [Earl D. Fife]) Gopher: gopher://archives.math.utk.edu/software/mac/ WWW: http://archives.math.utk.edu/software/.mac.directory.html 13. ftp.acns.nwu.edu (129.105.113.248) /pub/ The headquarters of John Norstad's excellent anti-virus program, Disinfectant {/pub/disinfectant}. Other interesting /pub directories are: /pub/newswatcher; /pub/nupop; and /pub/ph. TRANSFER MODE: ASCII. 14. ftp.aladdinsys.com (204.147.235.101) /pub/ Aladdin Systems' formal anonymous ftp site. In addition to Aladdin's Mac software there are PC decoders for StuffIt files - SITEX10.EXE (win) and unsitins.exe (dos) (See format table for mare details). Mirrors: ftp://amug.org/pub/contrib/aladdin/ ftp://ftp.scruz.net/users/aladdin/public/ WWW: http://www.aladdinsys.com/ 15. ftp.cc.utexas.edu (128.83.40.2) /microlib/mac/ Alias: microlib.cc.utexas.edu. University of Texas at Austin Computation Center's Macintosh software archive, and headquarters of Chris Johnson's anti-virus utility Gatekeeper. Has an editorial policy on what programs it accepts. All Files: /microlib/mac/file-list.txt Recent Files: Get the file called "Update-[date]" in /microlib/mac. How to Upload: email to macgifts@mac.archive.umich.edu {also results in cross-posting to other archives.} WWW: http://www.utexas.edu/cc/micro/microlib/mac/ 16. ftp.imag.fr (129.88.30.10) /pub/Cabri, /pub1/macintosh/ Home of the CABRI (graph, geometry) software. Also contains some comp.binaries.mac files in MacBinary format. Transfer Mode: BINARY. 17. ftp.ncsa.uiuc.edu (141.142.20.50) /Mac/ NCSA keeps Telnet, ContigAsm, Contour, DataScope, GelReader, HypercardAnimator, NCSA Image, Import2HDF, Layout, and PalEdit here. Transfer Mode: ASCII. 18. ftp.primate.wisc.edu (144.92.43.19) /pub/mac/ Contains some programs by Paul DuBois, and a few other utilities: BlobMgr, FaceLift, Grep, TransSkel, ZoomIdle, MakeWrite, SicnEdit, gnome, and psuedo-fpu. Transfer Mode: ASCII. 19. ftp.uu.net (192.48.96.9) /languages/abc/ You can find a mac version of the ABC programming language here, and a mac version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet also archives huge amounts of other material, like USENET news, GNU stuff, bsd sources, internet specs, popular unix packages, and bug fixes. All Files: /index/master.Z, /index/master-time.Z Recent Files: /index/changes.week.Z, /index/changes.day.1.Z In Queue: /index/incoming.Z Help: /help, /index/README How to Upload: /tmp Transfer Mode: BINARY. 20. ics.uci.edu (128.195.1.1) /mac/think-c/ Home of the Think C mailing list. You'll find a bunch of Think Class Library stuff here, along with general Think C code, interfaces, and updaters. Read all the README files in /mac/think-c for more info (and how to get on the mailing list). Transfer Mode: Use ASCII. 21. munnari.oz.au (128.250.22.2) /mac/ Home of Webster Multiport Gateway tools, and other mac networking goodies, like Columbia Appletalk Package, Timelord, & Messages. Transfer Mode: BINARY. 22. ncbi.nlm.nih.gov (130.14.25.1) /entrez/ The National Center for Biotechnology Information (NCBI) developed and supports a public domain program named Entrez (pronounced "ON-tray") for browsing a comprehensive set of DNA and protein sequence databases and a subset of the National Library of Medicine's MEDLINE bibliographic database. NetEntrez {freely available program available here} can be used to access the Entrez network service provided by the NCBI. NetEntrez has no access charges and does not use a CD-ROM drive. For users without Internet connectivity, ordering information for Entrez CD-ROM subscriptions is posted there, too. (gish@host.nlm.nih.gov (Warren Gish)) BLAST {molecular biology searcher} can be found in the blast/network/experimental/macintosh directory. Help: Contact info@ncbi.nlm.nih.gov WWW: http://www.ncbi.nlm.nih.gov/ 23. rever.nmsu.edu (128.123.3.18) /pub/macfaq/ This archive contains almost all freely distributable software mentioned in the FAQ lists for comp.sys.mac.misc, comp.sys.mac.system and comp.sys.mac.apps. (eharold@corona.sunspot.noao.edu (Elliotte Harold)) Transfer Mode: BINARY. 24. associate.com (148.59.244.112) / AMUG mirror that also has a huge collection of Christian files and carries the CyberChurch Christian network online. This is a TeleFinder based site so you will encounter many interesting directory and file names. To get around these interesting names simply use quotes ("") to encapsulate the path. You may also run into another problem with non- printable (>ascii 127) characters in filenames. Use the unix wild card {*} to get those files. WWW: http://associate.com/bbs_mug.html (UM index) 25. ftp.sunet.se (130.238.127.3) /pub/mac/ In addition to mirroring both Info-mac {/pub/mac/info-mac} and Umich {/pub/mac/mirror-umich} this Sweden archive has large amounts of DOS, Windows, and UNIX files. Info: 'arkiv-underh' in the root directory {in Swedish, I think} TRANSFER MODE: ASCII for .hqx files, BINARY for everything else. WWW: http://ftp.sunet.se/pub/mac/info-mac/ 26. grind.isca.uiowa.edu (128.255.200.7) /mac/ The Iowa Student Computing Association filesystem. In addition to FTP it also has telnet downloading interface (Zmodem, NetZmodem, Kermit, Xmodem, FTP) with search, new_files, and batch downloading, login as 'iscabbs'. ISCA also has one of the largest Internet BBS's at bbs.isca.uiowa.edu, they support over 200 users online at once. Coming soon: PANDA, the information arcade message system. Transfer Mode: BINARY. 27. src.doc.ic.ac.uk (193.63.255.1) /packages/info-mac/ A London based Info-Mac & umich {packages/mac/umich} shadow. .gz site with on-the-fly translation {see CAUTION note above} Limit: 300 simultaneous users. Help: mail ukuug-soft@doc.ic.ac.uk to contact the maintainers. Transfer Mode: ASCII for .hqx files, BINARY for everything else. WWW: http://src.doc.ic.ac.uk/packages/info-mac/ 28. wuarchive.wustl.edu (128.252.135.4) /systems/mac/ This is the de-facto king of shadow archives; it mirrors three mac sites: Info-Mac {/systems/mac/info-mac/}, mac.archive.umich.edu {/systems/mac/umich.edu/}, and the now defunct Simtel site {/systems/mac/macintosh/}. Also shadows several non-Mac archives. Limit: 225/250 simultaneous users. Note: login to this site can become difficult when macgifts gets new files. Transfer Mode: ASCII for .hqx files, BINARY for everything else. WWW: http://wuarchive.wustl.edu/systems/mac/info-mac/ 29. ftp.bio.indiana.edu (129.79.225.25) /{see below} All sorts of scientific applications, in /biology/mac/, /chemistry/mac/, /science/mac, and /molbio/mac/. Help: /archive.doc How to Upload: /incoming Gopher: gopher://iubio.bio.indiana.edu/11 WWW: http://ftp.bio.indiana.edu/